Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

No ability was found for %{MacroMule|equipped1 }

I keep getting that message repeating in the chat and the messge below in the API library whenever I click Equip on a token using Macro Mule TypeError: Cannot read properties of undefined (reading 'substring') at /home/node/d20-api-server/textchat.js:407:23 at String.replace (<anonymous>) at TextChatFactory.d20.textchat.doChatInput (/home/node/d20-api-server/textchat.js:384:33) at sendChat (/home/node/d20-api-server/api.js:2737:16) at SCRIPT: Macro Mule [Tab 28]:1176:15 at /home/node/d20-api-server/pubsub.js:66:23 at Object.publish (/home/node/d20-api-server/pubsub.js:72:13) at Timeout.processChatQueue [as _onTimeout] (/home/node/d20-api-server/api.js:2425:12) at listOnTimeout (node:internal/timers:605:17) at process.processTimers (node:internal/timers:541:7)
1781585202

Edited 1781586606
There was a change on the Roll20 side that caused an issue in some places where three closing braces were output together, and I was a little overzealous in my fix back on 5/22/26. I've done a bit of cleanup and I think I've got it all sorted now. You can get the updated code 3.6.3 here:&nbsp; <a href="https://raw.githubusercontent.com/kinchj/Roll20API/refs/heads/main/D%26D%205E%20Macro%20Mule" rel="nofollow">https://raw.githubusercontent.com/kinchj/Roll20API/refs/heads/main/D%26D%205E%20Macro%20Mule</a> Then run the !macromule command and refresh the Statblock Mule. Let me know if you still have any problems!&nbsp; A couple other small updates: 1. A warning message that will appear if the selected character has any parentheses in their name. 2. Updated the 'Concentration' and 'Ritual' symbols for ones that can be colored.&nbsp;
It worked like a charm. Thank you so much!